-
Notifications
You must be signed in to change notification settings - Fork 14k
Add test scaffolding for the remote-test-client
#149071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test scaffolding for the remote-test-client
#149071
Conversation
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
rustbot has assigned @Mark-Simulacrum. Use |
|
|
This comment has been minimized.
This comment has been minimized.
|
Thank you for creating a separate PR. It's not supposed to go in last however, it is supposed to go in first, and only contain the code needed to allow to run remote-test-client tests. So you only need the src/bootstrap changes in this PR, and possibly a dummy test, although I don't think it will be needed. If you don't mind, I'd like to double-check: Have you confirmed that the src/bootstrap changes actually runs remote-test-client tests, and that the build fails if a test fails? Thank you in advance for clarifying. |
7fb9e41 to
bc39766
Compare
This comment has been minimized.
This comment has been minimized.
bc39766 to
cdd8896
Compare
remote-test-client timeoutremote-test-client
|
@Enselic: yes, the test suite fails if the test is incorrect, I tried it locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@bors r+ |
…-timeout-tests, r=jieyouxu Add test scaffolding for the `remote-test-client` r? `@jieyouxu`
Rollup of 10 pull requests Successful merges: - #146925 (Add doc for va_list APIs) - #147035 (alloc: fix `Debug` implementation of `ExtractIf`) - #147173 (Add support for hexagon-unknown-qurt target) - #148261 (rustc_public: Make Id types !Send / !Sync) - #148831 (Bump compiler dependencies) - #149041 (ignore unsized types in mips64 and sparc64 callconvs) - #149056 (fix the fragment_in_dst_padding_gets_overwritten test on s390x) - #149071 (Add test scaffolding for the `remote-test-client`) - #149095 (rustc-dev-guide subtree update) - #149108 ([AIX][ppc64le-linux-gnu] Add Amy Kwan to target maintainers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 9 pull requests Successful merges: - #146925 (Add doc for va_list APIs) - #147035 (alloc: fix `Debug` implementation of `ExtractIf`) - #147173 (Add support for hexagon-unknown-qurt target) - #148261 (rustc_public: Make Id types !Send / !Sync) - #149041 (ignore unsized types in mips64 and sparc64 callconvs) - #149056 (fix the fragment_in_dst_padding_gets_overwritten test on s390x) - #149071 (Add test scaffolding for the `remote-test-client`) - #149095 (rustc-dev-guide subtree update) - #149108 ([AIX][ppc64le-linux-gnu] Add Amy Kwan to target maintainers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #149071 - ferrocene:pvdrz/remote-test-client-timeout-tests, r=jieyouxu Add test scaffolding for the `remote-test-client` r? ``@jieyouxu``
r? @jieyouxu